/*!
 * @ Author: weiwei
 * @ Date: 2019-04-22 09:39:04
 */
/*Css Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;font-weight:normal;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{color:#7e8c8d;text-decoration:none;-webkit-backface-visibility:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,0.2);-webkit-border-radius:6px}::-webkit-scrollbar-thumb:vertical{height:5px;background-color:rgba(125,125,125,0.7);-webkit-border-radius:6px}::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:rgba(125,125,125,0.7);-webkit-border-radius:6px}html,body{width:100%;font-family:"Arial","Microsoft YaHei","微软雅黑","黑体","宋体",sans-serif}body{line-height:1;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{overflow-y:scroll}.clearfix:before,.clearfix:after{content:" ";display:inline-block;height:0;clear:both;visibility:hidden}.clearfix{*zoom:1}.dn{display:none;}.fl{float:left;}.fr{float:right;}
html,body{overflow:hidden;overflow-y:auto; font-family: "Microsoft YaHei"; }
.inner{ width: 1400px; margin:0 auto; overflow: hidden; box-sizing: border-box; }
@media(max-width:1400px){
  html,body{ overflow-x: auto; }
}

iframe{ width: 100%; height: 460px; }
.page{ clear: both; margin:30px 0; text-align: center; }
.page a{ display: inline-block; padding:0 7px; margin:0 2px; border:1px solid #ccc; text-align: center; line-height: 32px; border-radius: 30px; }
.page .current{ display: inline-block; margin:0 2px; text-align: center; line-height: 32px; width: 32px; height: 32px; border-radius: 50%; background: #0344a5; color: #fff; }
.fl{ float: left; }
.fr{ float: right; }
.text-center{ text-align: center; }
input:active, input:focus, button:active, button:focus, textarea:focus{ border:none; outline:0; }
@font-face{ font-family: DIN; src: url('./fonts/DIN-Medium.ttf'); }
@font-face{ font-family: DINB; src: url('./fonts/DIN-Black.otf'); }
@font-face{ font-family: HLBS; src: url('./fonts/HLBS.ttf'); }
@font-face {
  font-family: 'iconfont';  /* Project id 3900917 */
  src: url('http://at.alicdn.com/t/c/font_3900917_40fv3c96vdl.woff2?t=1680489042798') format('woff2'),
       url('http://at.alicdn.com/t/c/font_3900917_40fv3c96vdl.woff?t=1680489042798') format('woff'),
       url('http://at.alicdn.com/t/c/font_3900917_40fv3c96vdl.ttf?t=1680489042798') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 网站色值设置 */
body{ --zhu-color:#0052fb; --pei-color:#258406; }
/*no-goods*/
.no-goods{ width: 100%;}
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}
/*page*/
.de-page-mian{overflow: hidden; text-align: center; font-size: 0; margin-top: 20px; width: 100%; clear: both; }
.de-page-mian .page-inner{display: inline-block; overflow: hidden;}
.de-page-mian .page-inner a{display: block; float: left; min-width: 26px; padding: 0 4px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: 1px; overflow: hidden; border-radius: 5px; }
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{color: #fff; border-color: var(--zhu-color); background: var(--zhu-color);}
.de-page-mian .page-inner a.prev{margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev.on{background: #fff url(../images/prev-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.prev:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.next{margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center;}
.de-page-mian .page-inner a.next.on{background: #fff url(../images/next-hover.jpg) no-repeat center;}
.de-page-mian .page-inner a.next:hover{background-color: #fff; border-color: #dddddd;}
.de-page-mian .page-inner a.page-btn{font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px;}
.de-page-mian .page-inner span{display: block; font-size: 12px; color: #333; float: left; line-height: 38px; border-radius: 5px;}
.de-page-mian .page-inner input{display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; border-radius: 5px;}

/*h_top*/
.h_top{ overflow: hidden; }
.h_top .inner{ padding:30px 0; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.h_top .logo{ display: inline-flex; align-items: center; }
.h_top .logo .tit{ display: flex; flex-direction: column; padding:5px 36px 5px 10px; background: url(../images/info_left.png) no-repeat right center; }
.h_top .logo .tit b{ font-size: 46px; color: #333333; font-weight: bold; line-height: 1; }
.h_top .logo .tit p{ font-size: 20px; color: #333333; margin-top: 8px; line-height: 1; }
.h_top .logo .info{ box-sizing: border-box; display: flex; flex-direction: column; }
.h_top .logo .info span{ font-size: 30px; color: var(--zhu-color); font-weight: bold; line-height: 1; }
.h_top .logo .info small{ font-size: 22px; color: #333333; line-height: 1; margin-top: 4px; }
.h_top .tel{ display: inline-flex; align-items: center; }
.h_top .tel .txt{ margin-right: 20px; display: inline-flex; flex-direction: column; align-items: flex-end; }
.h_top .tel .txt p{ font-size: 20px; color: #333333; line-height: 1; }
.h_top .tel .txt b{ font-size: 34px; color: var(--pei-color); font-family: DIN; font-weight: bold; margin-top: 8px; line-height: 1; }
.h_top .tel i{ top:8px; position: relative; width: 44px; height: 44px; display: inline-flex; }
.h_top .tel i::before{ content: ""; display: block; width: 85%; height: 85%; position: absolute; left: 0; top:0; background: var(--pei-color); transform: rotate(45deg); }
.h_top .tel i::after{ content: ""; display: block; width: 1px; height: 52px; position: absolute; left: 18px; top:-58px; background: var(--pei-color);  }
.h_top .tel span{ position: relative; left:12px; top:12px; z-index: 33; font-size: 15px; color: #fff; line-height: 1; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/*h_menu*/
.h_menu{ background: var(--zhu-color); position: relative; overflow: hidden; }
.h_menu .inner{ overflow: visible; }
.h_menu .nav{ width: 100%; height: 100%; display: flex; justify-content: space-around; }
.h_menu .nav > li{ display: block; width: 100%; text-align: center; position: relative; }
.h_menu .nav > li > a{ display: block; padding:22px 0; transition: all .3s; position: relative; overflow: hidden; }
.h_menu .nav > li > a::before{ transition: all .3s; content: ""; display: block; width: 160px; height: 160px; background: #0f6e03; border-radius: 50%; position: absolute; left:-160px; top:-160px; }
.h_menu .nav > li > a span{ position: relative; transition: all .3s; font-size: 16px; color: #ffffff; display: block; width: 100%; height: 100%; }
.h_menu .nav > li > a:hover{ background: var(--pei-color); transition: all .3s; }
.h_menu .nav > li > a:hover::before{ transition: all .3s; left: -45%; top:-136px; }
.h_menu .nav > li > a:hover span{ color: #fff; transition: all .3s; }
.h_menu .nav li div{ width: 100%; position: absolute; top:120%; left:0; transition: all .3s; z-index: 0; opacity: 0; transition: all .6s; }
.h_menu .nav li div a{ position: relative; margin-top: 1px; font-size: 13px; color: #ffffff; background: var(--zhu-color); font-weight: light; display: block; overflow: hidden; height: 46px; line-height: 46px; transition: all .3s; }
.h_menu .nav li div a span{ position: relative; z-index: 33; }
.h_menu .nav li div a::after{ content: ""; display: block; width:0; height: 100%; border:0; transition: all .3s; background: var(--pei-color); position: absolute; left: 50%; top:0; }
.h_menu .nav li:hover div{ transition: all .6s; top:100%; opacity: 1; z-index: 34; }
.h_menu .nav li:hover div a:hover{ transition: all .3s; color: #fff; }
.h_menu .nav li:hover div a:hover::after{ transition: all .3s; width: 100%; left: 0; }
.h_menu:hover{ overflow: visible; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/*banner*/
#banner{ width: 100%; height: 669px; }
#banner .swiper-slide{ min-width: 1400px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide a{ position: absolute; top:0; left: 0; display: block; width: 100%; height: 100%; }
#banner .swiper-slide .inner{ overflow:visible; position: relative; height: 669px; width: 1400px; margin:0 auto; display: block; }
#banner .swiper-slide .b1_tit{ position: absolute; top:82px; left: 20px; }
#banner .swiper-slide .b1_p{ position: absolute; top:295px; left: 22px; }
#banner .swiper-slide .b1_4{ position: absolute; top:404px; left: 27px; }
#banner .swiper-slide .b1_img1{position: absolute; top:92px; right: 475px; }
#banner .swiper-slide .b1_img2{position: absolute; top:256px; right: 518px; }
#banner .swiper-slide .b1_img3{position: absolute; top:420px; right: 576px; }
#banner .swiper-slide .b2_img{ position: absolute; top:74px; right:-100px; }
#banner .swiper-slide .b3_tit{ position: absolute; top:45px; left: 390px; }
#banner .swiper-slide .b3_img{ position: absolute; top:280px; right: 50px; }

#banner .swiper-button-next, #banner .swiper-button-prev{ background-image: none; width: 66px; height: 66px; text-align: center; line-height: 66px; border:1px solid #7babd4; border-radius: 50%; margin-top:-33px; }
#banner .swiper-button-prev{ left: 60px; }
#banner .swiper-button-next{ left: auto; right: 60px; }
#banner .swiper-button-prev::before{ content: ""; display: block; width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-right:6px solid #77acd5; position: absolute; top:50%; left: 50%; margin:-4px 0 0 -2px; }
#banner .swiper-button-next::before{ content: ""; display: block; width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:6px solid #77acd5; position: absolute; top:50%; left: 50%; margin:-4px 0 0 -4px;  }
#banner .swiper-button-prev span{ color: #fff; font-size: 26px; }
#banner .swiper-button-next span{ color: #fff; font-size: 26px; }
#banner .swiper-button-prev:hover{ background: #e9a641; border-color: #e9a641; }
#banner .swiper-button-next:hover{ background: #e9a641; border-color: #e9a641; }
#banner .swiper-button-prev:hover::before{ border-right:6px solid #fff; }
#banner .swiper-button-next:hover::before{ border-left:6px solid #fff; }
#banner .swiper-pagination{ bottom: 20px; }
#banner .swiper-pagination-bullet{ width: 12px; height: 12px; border-radius: 50%; background: #ffffff; border:1px solid transparent; position: relative; opacity: .8; }
#banner .swiper-pagination-bullet::before{ content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: transparent; position: absolute; left:2px; top:2px; }
#banner .swiper-pagination-bullet-active{ background: transparent;  border:1px solid var(--pei-color); }
#banner .swiper-pagination-bullet-active::before{ background: var(--pei-color);  }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/*h-key*/
.h-key{ background: #fff; padding:20px 0; border-top: 1px solid #f1f1f1; overflow: hidden; }
.h-key .inner{ display: flex; align-items: center; justify-content: space-between; }
.h-keys{ display: flex; align-items: center; }
.h-keys b{ display: inline-flex; align-items: center; font-size: 16px; color: #333333; }
.h-keys b img{ margin-right: 12px; }
.h-keys a{ display: inline-block; font-size: 14px; color: #333333; padding:0 10px; line-height: 1; }
.h-keys a + a{ border-left: 1px solid #333333; }
.h-keys a:hover{ color: var(--pei-color); }
.h-search{ overflow: hidden; }
.h-search form{ display: flex; align-items: center; width: 472px; height: 48px; background: #f5f5f5; overflow: hidden; }
.h-search .search_text{ width: calc(100% - 124px); height: 48px; box-sizing: border-box; padding:0 20px; background: transparent; border:0; outline: none; box-sizing: border-box; font-size: 14px; color: #666666; }
.h-search .search_btn{ padding: 14px 30px; background: var(--zhu-color); border:0; outline: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.h-search .search_btn span{ font-size: 20px; color: #fff; line-height: 1;  }
.h-search .search_btn small{ font-size: 16px; color: #fff; line-height: 1; margin-left: 12px; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/*m_tit*/
.m_tit{ overflow: hidden; text-align: center; position: relative; padding:68px 0; }
.m_tit b{ font-size: 40px; color: #333333; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.m_tit b i{ width: 66px; height: 28px; position: relative; top:2px; margin:0 30px; background: url(../images/ico_span.png) no-repeat center; }
.m_tit b i:last-child{ transform: rotate(180deg); }
.m_tit b small{ font-weight: bold; font-size: 40px; color: var(--zhu-color); }
.m_tit p{ font-size: 22px; color: #666666; line-height: 1; margin: 20px 0 0; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/*m_product*/
.m_product{ overflow: hidden; padding:12px 0 54px; background: #f5f5f5 url(../images/product_bg.jpg) no-repeat center bottom; }

/* product_type */
.product_type{ margin-bottom: 30px; background: #fff; display: flex; align-items: center; justify-content: space-between; }
.product_type .tit{ padding:60px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 252px; background: url(../images/type_bg.jpg) no-repeat center; position: relative; }
.product_type .tit b{ font-size: 36px; font-weight: bold; display: block; margin-bottom: 12px; color: #ffffff; line-height: 1; }
.product_type .tit small{ font-size: 12px; color: rgba(255, 255, 255, .62); text-transform: uppercase; line-height: 1; }
.product_navs{ width: calc(100% - 252px); display: flex; flex-wrap: wrap; box-sizing: border-box; padding:25px; align-items: center; justify-content: space-around; }
.product_navs li{ width: calc(16% - 20px); margin:8px 10px; }
.product_navs li:last-child{ width: calc(32.6% - 20px); }
.product_navs li a{ display: flex; background: #f4f4f4; align-items: center; justify-content: center; transition: all .3s; }
.product_navs li a span{ display: flex; width: 100%; align-items: center; justify-content: center; font-size: 18px; color: #333333; padding:15px 0; }
.product_navs li:hover a{ transition: all .3s; background: var(--pei-color); }
.product_navs li:hover a span{ transition: all .3s; color: #ffffff; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* product */
#product{ overflow: hidden; padding-bottom: 88px; }
#product ul{ display: flex; flex-wrap: wrap; }
#product ul li{ width: 452px; }
#product ul li + li{ margin-left: 22px; }
#product ul li:nth-child(3){ margin-left: 0; }
#product ul li a{ box-sizing: border-box; border:1px solid #f0eeee; display: flex; flex-direction: column; background: #ffffff; position: relative; }
#product ul li > a::before{ content: ""; width: 155px; height: 42px; background: url(../images/logo.png) no-repeat center; position: absolute; left:20px; top:20px; z-index: 33; }
#product ul li a .img{ width: 100%; height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
#product ul li a .img img{ width: 100%; height: 100%; object-fit: contain; transition: all .3s; }
#product ul li a b{ display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding:20px; background: #e5e6e6; line-height: 1; font-size: 18px; color: #333333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: all .3s; }
#product ul li a:hover b{ transition: all .3s; background: var(--pei-color); color: #ffffff; }
#product ul li a:hover img{ transition: all .3s; transform: scale(1.05); }
#product ul .info{ width: 926px; border:1px solid #f0eeee; margin-bottom: 22px; box-sizing: border-box; padding:30px; display: flex; flex-direction: row; align-items: center; background: #ffffff; position: relative; }
#product ul .info::before{ content: ""; width: 155px; height: 42px; background: url(../images/logo.png) no-repeat center; position: absolute; left:20px; top:20px; z-index: 33; }
#product ul .info a{ border: none; }
#product ul .info a::before{ display: none; }
#product ul .info .img{ width: 440px; height: 338px; }
#product ul .info .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#product ul .info .txt{ width: calc(100% - 440px); box-sizing: border-box; padding-left: 30px; }
#product ul .info .txt b{ font-size: 30px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: normal; }
#product ul .info .txt .desc{ margin:20px 0 30px; }
#product ul .info .txt .desc p{ font-size: 15px; color: #666666; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
#product ul .info .txt .desc p + p{ margin-top: 12px; }
#product ul .info .txt .desc p span{ color: var(--zhu-color); }
#product ul .info .txt .btns{ display: flex; align-items: center; }
#product ul .info .txt .btns a{ background: var(--pei-color); width: 50%; padding:18px 0; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; color: #ffffff; transition: all .3s; }
#product ul .info .txt .btns a + a{ background: var(--zhu-color); }
#product ul .info .txt .btns a:hover{ transition: all .3s; background: #227407; }
#product .swiper-pagination{ bottom: 0; }
#product .swiper-pagination-bullet{ display: inline-block; width: 20px; height: 20px; background: var(--zhu-color); border-radius: 50%; opacity: 1; margin:0 12px; }
#product .swiper-pagination-bullet-active{ background: var(--pei-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_case */
.m_case{ overflow: hidden; background: url(../images/case_bg.jpg) no-repeat center bottom; }
.m_case .inner{ overflow: visible; }
.poster-main { position:relative; width:100%; margin-left:auto; margin-right:auto; }
.poster-main img { display:block; box-shadow:0px 0px 10px #222222; -webkit-box-shadow:0px 0px 10px #222222; }
.poster-main a,.poster-main img { display:block; width:100%; height:100%; }
.poster-main img { object-fit: cover; }
.poster-main .poster-list {width:1000px;height:500px;}
.poster-main .poster-list .poster-item {width:200px;height:500px;position:absolute;left:0;top:0;}
.poster-main .poster-list .poster-item .item {position:relative;width:100%;height:100%}
.poster-main .poster-btn {position:absolute;top:0;cursor:pointer;filter:opacity(.5) brightness(1);}
.poster-main .poster-btn:hover {filter:opacity(1) brightness(2);}
.poster-main .poster-prev-btn {left:0;background:url(../images/left.png) no-repeat center center;}
.poster-main .poster-next-btn {right:0;background:url(../images/right.png) no-repeat center center;}
.poster-item-title { background:rgba(255,255,255,0.63) none repeat scroll 0 0 !important; filter:Alpha(opacity=63); background:#fff; font-size: 16px; color:#333; width:100%; box-sizing: border-box; padding:20px; text-align: center; position:absolute; bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
}

#certify { position: relative; width: 100%; margin: 0 auto 20px; }
#certify .swiper-slide { width: 686px; height: 412px; }
#certify .swiper-slide img{ width: 686px; height: 412px; display:block; object-fit: contain; }
#certify .swiper-button-prev{ left:-10px; }
#certify .swiper-button-next{ right:-10px; }
#certify .swiper-button-prev, #certify .swiper-button-next{ width: 70px; height: 70px; margin-top: -35px; }
#certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 70px; color: #e6e6e6; line-height: 1; }
#certify .swiper-button-prev span{ display: block; transform: rotate(-180deg); }
#certify .swiper-button-prev::after, #certify .swiper-button-next::after{ display: none; }
@media only screen and (max-width: 1400px){
}
@media only screen and (max-width: 1200px){
  #certify { margin:18px 0; }
  #certify .swiper-button-prev span, #certify .swiper-button-next span{ font-size: 56px; }
}


/* m_flow */
.m_flow{ margin-top:40px; position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 70px; }
.m_flow::before{ content: ""; width: 100%; height:0; border-bottom: 1px dashed #e0e0e0; position: absolute; bottom:90px; }
.m_flow li{ width: 16%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.m_flow li span{ margin-bottom: 20px; background: #a9cef6; width: 90px; height: 90px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.m_flow li span i{ background: var(--zhu-color); display: inline-flex; align-items: center; justify-content: center; font-size: 40px; color: #ffffff; width: 82px; height: 82px; border-radius: 50%; }
.m_flow li b{ font-size: 24px; color: #333333; font-weight: normal; line-height: 1; }
.m_flow li small{ font-size: 14px; color: #666666; font-weight: normal; line-height: 1; margin:7px 0 44px; }
.m_flow li .num{ position: relative; width: 34px; height: 39px; background: url(../images/ico_white.png) no-repeat center; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: #c5c2c2; line-height: 1; }
.m_flow li:hover .num{ background: url(../images/ico_green.png) no-repeat center; color: #ffffff; }
.m_flow li:hover span{ transition: all .6s; transform: rotate(360deg); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}


/* m_service */
.m_service{ box-sizing: border-box; padding:50px 0 0; background: url(../images/service_bg.png) no-repeat center top; }
.service{ display: flex; align-items: flex-start; justify-content: space-between; }
.service li:nth-child(1){ display: block; width: 497px; box-sizing: border-box; padding-left: 26px; }
.service li:nth-child(1) > p{ font-size: 36px; color: #fcfafa; line-height: 1; }
.service li:nth-child(1) > b{ display: block; font-weight: bold; font-size: 36px; color: #fcfafa; line-height: 1; margin:20px 0 10px; }
.service li:nth-child(1) > b::after{ display: none; }
.service li{ width: calc(calc(100% - 497px) / 4); display: block; text-align: center; box-sizing: border-box; padding:27px 15px 0; }
.service li b{ position: relative; padding-bottom: 18px; display: inline-block; margin-bottom: 24px; }
.service li b::before{ content: ""; display: inline-block; width: 52px; height: 1px; background: #ffffff; border:0; position: absolute; left:50%; bottom:0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.service li b::after{ content: ""; display: inline-block; width: 22px; height: 22px; transition: all .3s; background: #59a6f8; border-radius:50%; position: absolute; right: -10px; top:-4px; }
.service li b span{ font-size: 36px; color: #fff; font-weight: bold; line-height: 1; position: relative; z-index: 33; }
.service li p{ font-size: 18px; color: #fff; line-height: 1.6; }
.service li:hover b::after{ transition: all .3s; top:22px; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_super */
.m_super{ overflow: hidden; }
.m_super .m_tit{ padding:40px 0; }
.super_box{ overflow: hidden; margin:30px 0; }
.super_box .hd{ overflow: hidden; margin-bottom: 30px; }
.super_box .hd ul{ display: flex; align-items: center; justify-content: space-between; }
.super_box .hd li{ display: flex; align-items: center; width: calc(25% - 22.5px); box-sizing: border-box; padding:30px 50px; background: #f8f9f8; border:1px solid #ebecec; transition: all .3s; }
.super_box .hd li span{ font-size: 50px; color: #333333; line-height: 1; margin-right: 18px; transition: all .3s; }
.super_box .hd li > .tit{ display: flex; flex-direction: column; transition: all .3s; }
.super_box .hd li > .tit b{ font-size: 30px; color: #333333; line-height: 1; transition: all .3s; }
.super_box .hd li > .tit small{ font-size: 14px; color: rgba(51,51,51,.58); line-height: 1; text-transform: uppercase; margin-top: 6px; transition: all .3s; }
.super_box .hd li.on, .super_box .hd li:hover{ background: var(--zhu-color); border-color: var(--zhu-color); }
.super_box .hd li.on span, .super_box .hd li:hover span{ transition: all .3s; color: #ffffff; }
.super_box .hd li.on b, .super_box .hd li:hover b{ transition: all .3s; color: #ffffff; }
.super_box .hd li.on small, .super_box .hd li:hover small{ transition: all .3s; color: #ffffff; }
.super_box .bd{ overflow: hidden; }
.super_box .bd ul{ box-sizing: border-box; padding:40px; border:10px solid var(--zhu-color); background: url(../images/super_bg.jpg) no-repeat top center; position: relative; display: flex; align-items: flex-end; justify-content: space-between; }
.super_box .bd ul > span{ padding:20px 18px 45px; font-size: 32px; font-weight: bold; color: #fcfafa; line-height: 1; position: relative; background: var(--zhu-color); border:4px solid #ffffff; border-radius: 0 0 40px 40px; border-top: 0; position: absolute; left:30px; top:0; }
.super_box .bd ul > span::before{ content: ""; display: block; width: 24px; height: 1px; background: #ffffff; border:0; position: absolute; left:50%; bottom:30px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.super_box .bd ul .info, .super_box .bd ul .img{ width: calc(50% - 15px); box-sizing: border-box; }
.super_box .bd ul .info strong{ display: block; font-size: 36px; color: var(--zhu-color); font-weight: bold; line-height: 1.6; }
.super_box .bd ul .info em{ font-size: 24px; color: #333333; padding:18px 0; line-height: 1; }
.super_box .bd ul .info hr{ width: 100%; height: 1px; background: #c2bfbf; border:0; margin-bottom: 36px; }
.super_box .bd ul .info p{ font-size: 16px; color: #666666; line-height: 1.8; }
.super_box .bd ul .info p span{ color: var(--pei-color); text-decoration: none!important; }
.super_box .bd ul .info .tel{ border-radius: 30px; background: var(--zhu-color); padding:1px; margin-top: 50px; display: flex; align-items: center; justify-content: space-between; }
.super_box .bd ul .info .tel i{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-size: 20px; color: #fff; line-height: 1; background: var(--pei-color); }
.super_box .bd ul .info .tel p{ display: inline-flex; align-items: center; font-size: 18px; color: #fcfafa; }
.super_box .bd ul .info .tel p small{ font-size: 30px; }
.super_box .bd ul .info .tel a{ overflow: hidden; display: inline-flex; background: #0439a6; font-size: 16px; color: #fcfafa; line-height: 1; padding:18px 60px; border-radius: 30px; position: relative; }
.super_box .bd ul .info .tel a::before{ content: ""; display: block; width: 0; height: 100%; background: #227407; position: absolute; left:0; top:0; transition: all .3s; }
.super_box .bd ul .info .tel a span{ position: relative; z-index: 33; }
.super_box .bd ul .info .tel a:hover::before{ transition: all .3s; width: 100%; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_form */
.m_form{ overflow: hidden; background: #eaeaea url(../images/form_bg.png) no-repeat top center; }
.m_form .inner{ padding:30px 0; display: flex; align-items: center; justify-content: space-between; }
.m_form .ewm{ width: 470px; display: flex; align-items: center; justify-content: center; }
.m_form .ewm img{ max-width: 150px; }
.m_form .ewm .tit{ padding:0 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.m_form .ewm .tit b{ font-size: 32px; color: #fff; line-height: 1; display: block; margin-bottom: 20px; }
.m_form .ewm .tit p{ max-width: 170px; font-size: 14px; color: rgba(255, 255, 255, .26); line-height: 1.7; }
.m_form .form .hd textarea{ border:0; height: 16px; width: 100%; background: #094acf; padding:19px 26px; font-size: 16px; color: #ffffff; line-height: 1; resize: none; }
.m_form .form .bd{ margin-top: 14px; display: flex; align-items: center; justify-content: space-between; }
.m_form .form .bd > *{ background: #094acf; width: calc(25% - 7px); }
.m_form .form .bd > input{ box-sizing: border-box; padding:19px 26px; font-size: 16px; color: #ffffff; line-height: 1; border:0; }
.m_form .form .bd > .code{ display: flex; width: calc(30% - 7px); align-items: center; position: relative; }
.m_form .form .bd > .code input{ width: 100%; border:0; background: #094acf; padding:19px 26px; font-size: 16px; color: #ffffff; }
.m_form .form .bd > .code img{ position: absolute;  height: 50%; top:25%; right: 26px; }
.m_form .form .bd > .submit{ box-sizing: border-box; padding:19px; text-align: center; font-size: 16px; color: #ffffff; width: calc(20% - 7px); transition: all .3s; }
.m_form .form .bd > .submit:hover{ transition: all .3s; background: var(--pei-color); }
.m_form .form .bd > input::-webkit-input-placeholder, .m_form .form .hd textarea::-webkit-input-placeholder, .m_form .form .bd > .code input::-webkit-input-placeholder{ color: #ffffff; font-family: "microsoft yahei"; }
.m_form .form .bd > input:-ms-input-placeholder, .m_form .form .hd textarea:-ms-input-placeholder, .m_form .form .bd > .code input:-ms-input-placeholder{ color: #ffffff; }
.m_form .form .bd > input:-moz-placeholder, .m_form .form .bd > input::-moz-placeholder{ color: #ffffff; opacity: 1; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_about */
.m_about{ overflow: hidden; background: #eaeaea; }
.m_about .hd span{ display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.m_about .hd span em{ display: inline-block; clear: both; padding:12px 52px; background: #042242; border-radius: 10px; font-size: 30px; color: #f1f3f2; line-height: 1; }
.m_about .bd{ display: flex; align-items: center; justify-content: space-between; background: #e8e7e7; border-radius: 15px; overflow: hidden; }
.m_about .bd .img{ width: 668px; height: 428px; overflow: hidden; }
.m_about .bd .img img{ width: 100%; height: 100%; object-fit: cover; }
.m_about .bd .txt{ width: calc(100% - 668px); box-sizing: border-box; padding:40px; }
.m_about .bd .txt b{ font-weight: bold; display: flex; align-items: center; padding:20px 0; border-bottom: 1px solid #c3c3c3; font-size: 44px; color: #2a2a2a; font-family: "HLBS"; }
.m_about .bd .txt b span{ font-weight: bold; color: var(--zhu-color); }
.m_about .bd .txt p{ margin:24px 0; font-size: 16px; color: #666666; line-height: 1.75; overflow:hidden; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; }
.m_about .bd .txt .slogan{ font-size: 30px; color: #5a5a5a; font-family: "HLBS"; display: inline-flex; padding:0 0 40px; align-items: center; justify-content: center; background: url(../images/solgan_bg.png) no-repeat bottom center; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_navs */
.m_navs{ overflow: hidden; background: #f4f3f3; padding:40px 0; }
.m_navs ul{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.m_navs ul li{ width: 25%; overflow: hidden; }
.m_navs ul li + li{ border-left: 1px solid #d8d7d7; }
.m_navs ul li a{ display: flex; align-items: center; justify-content: center; }
.m_navs ul li span{ font-size: 52px; color: #333333; line-height: 1; margin-right: 24px; transition: all .3s; }
.m_navs ul li .txt{ display: inline-flex; flex-direction: column; }
.m_navs ul li .txt p{ font-size: 22px; color: #666666; line-height: 1; transition: all .3s; }
.m_navs ul li .txt small{ font-size: 14px; color: #999999; line-height: 1; text-transform: uppercase; margin-top: 10px; transition: all .3s; }
.m_navs ul li:hover span{ transition: all .3s; color: var(--pei-color); }
.m_navs ul li:hover .txt p{ transition: all .3s; color: var(--pei-color); }
.m_navs ul li:hover .txt small{ transition: all .3s; color: var(--pei-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_factory */
#m_factory{ overflow: hidden; }
#m_factory a{ display: flex; flex-direction: column; overflow: hidden; }
#m_factory a .img{ width: 100%; height: 274px; overflow: hidden; }
#m_factory a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
#m_factory a b{ display: flex; padding:15px; box-sizing: border-box; align-items: center; justify-content: center; background: #ffffff; font-size: 16px; color: #666666; line-height: 1; transition: all .3s; }
#m_factory a:hover img{ transition: all .3s; transform: scale(1.05); }
#m_factory a:hover b{ background: var(--pei-color); color: #ffffff; transition: all .3s; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* m_news */
.m_news{ background: url(../images/news_bg.jpg) no-repeat top center; overflow: hidden; }
.news_box{ display: flex; flex-direction: column; overflow: hidden; margin:0 0 40px; }
.news_box .hd{ overflow: hidden; margin-bottom: 40px; }
.news_box .hd ul{ display: flex; align-items: center; justify-content: space-between; }
.news_box .hd li{ cursor: pointer; transition: all .3s; width: calc(30% - 10px); background: #f8f8f8; padding:20px 40px; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; }
.news_box .hd li .tit{ display: inline-flex; flex-direction: column; }
.news_box .hd li .tit b{ transition: all .3s; font-size: 28px; color: #333333; line-height: 1; }
.news_box .hd li .tit small{ transition: all .3s; font-size: 14px; color: #999999; line-height: 1; text-transform: uppercase; margin-top: 6px; }
.news_box .hd li span{ opacity: 0; transition: all .3s; font-size: 24px; color: rgba(255, 255, 255, .62); line-height: 1; display: inline-block; }
.news_box .hd li.on{ width: calc(40% - 10px); transition: all .3s; background: var(--zhu-color); }
.news_box .hd li.on b, .news_box .hd li.on small{ transition: all .3s; color: #ffffff; }
.news_box .hd li.on span{ transition: all .3s; opacity: 1; }
.news_box .bd{ width: 100%; overflow: hidden; }
.news_box .bd > ul{ width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.news_box .bd .fl{ width: calc(62% - 10px); display: flex; align-items: flex-start; justify-content: space-between; }
.news_box .bd .fl li{ width: calc(50% - 10px); overflow: hidden; }
.news_box .bd .fl a{ display: flex; flex-direction: column; padding:25px; background: #f5f5f5; }
.news_box .bd .fl a .img{ width: 100%; height: 278px; overflow: hidden; }
.news_box .bd .fl a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s; }
.news_box .bd .fl a .txt{ display: flex; flex-direction: column; overflow: hidden; }
.news_box .bd .fl a .txt b{ transition: all .3s; margin:16px 0; display: flex; align-items: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size: 18px; color: #333333; line-height: 1; }
.news_box .bd .fl a .txt span{ transition: all .3s; line-height: 1; font-size: 12px; color: #999999; }
.news_box .bd .fl a .txt p{ transition: all .3s; text-indent: -2em; margin:16px 0; font-size: 14px; color: #999999; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.news_box .bd .fl a .txt small{  transition: all .3s;font-size: 14px; color: var(--zhu-color); line-height: 1; }
.news_box .bd .fl a:hover img{ transition: all .3s; transform: scale(1.05); }
.news_box .bd .fl a:hover b{ transition: all .3s; color: var(--zhu-color); }
.news_box .bd .fl a:hover p{ transition: all .3s; color: #333; }
.news_box .bd .fl a:hover small{ transition: all .3s; color: var(--pei-color); }

.news_box .bd .fr{ display: flex; flex-direction: column; width: calc(38% - 10px); }
.news_box .bd .fr li{ overflow: hidden; }
.news_box .bd .fr li + li{ margin-top: 20px; }
.news_box .bd .fr a{ position: relative; display: flex; flex-direction: column; background: #f5f5f5; padding:16px; box-sizing: border-box; }
.news_box .bd .fr a::before{ content: ""; display: block; width: 0; height: 5px; background: var(--zhu-color); border:0; position: absolute; left:0; bottom:0; transition: all .3s; }
.news_box .bd .fr a b{ margin-bottom: 8px; display: block; font-size: 18px; color: #333333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_box .bd .fr a p{ text-indent: -2em; display: block; font-size: 14px; color: #999999; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.news_box .bd .fr a:hover::before{ transition: all .3s; width: 100%; }
.news_box .bd .fr a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* footer */
.footer{ background: #181819; overflow: hidden; position: relative; }
#lizi{ position: absolute; left:0; top:0; z-index: 3; }
#lizi canvas{ position: relative; top:-300px; }
.footer .inner{ position: relative; z-index: 4; }
.footer .f_super{ width: 100%; display: flex; align-items: center; justify-content: space-between; overflow: hidden; padding:44px 0; border-bottom: 1px solid #2e2e32; }
.footer .f_super li{ width: 25%; box-sizing: border-box; padding:0 40px; display: flex; align-items: center; justify-content: space-between; }
.footer .f_super li + li{ border-left: 1px solid rgba(51,51,51,.12); }
.footer .f_super li i{ display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: rgba(52, 134, 6, .3); }
.footer .f_super li i span{ width: 74%; height: 74%; display: flex; align-items: center; justify-content: center; background: var(--pei-color); border-radius: 50%; font-size: 32px; line-height: 1; color: #ffffff; }
.footer .f_super li .txt{ width: calc(100% - 76px);  }
.footer .f_super li .txt b{ font-size: 18px; color: #f5f7fb; font-weight: normal; line-height: 1; }
.footer .f_super li .txt p{ font-size: 14px; color: rgba(255, 255, 255, .3); margin-top: 10px; }
.footer .hd{ padding:30px 0 72px; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.footer .f_contact{ width: 25%; display: flex; flex-direction: column; align-items: flex-start; }
.footer .f_contact li{ width: 100%; display: flex; align-items: center; }
.footer .f_contact li span{ margin-right: 20px; display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid #8d8d8d; border-radius: 50%; font-size: 24px; color: #ffffff; line-height: 1; }
.footer .f_contact li .info{ width: calc(100% - 70px); }
.footer .f_contact li p{ font-size: 14px; line-height: 1; color: #949191; }
.footer .f_contact li b{ text-transform: uppercase; display: block; font-size: 18px; font-weight: bold; margin-top: 12px; line-height: 1; color: #fefefe; }
.footer .f_contact li:nth-child(2){ margin:30px 0; }
.footer .f_nav{ width: 63%; display: flex; align-items: flex-start; justify-content: space-around; }
.footer .f_nav li{ width: 120px; display: flex; flex-direction: column; }
.footer .f_nav li b a{ display: block; font-size: 16px; color: #fefefe; line-height: 1; transition: all .3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.footer .f_nav li hr{ display: block; width: 28px; height: 2px; background: var(--pei-color); line-height: 1; margin:16px 0 12px; border:0; }
.footer .f_nav li > a{ font-size: 14px; color: #b7b3b3; line-height: 2.1; transition: all .3s; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.footer .f_nav li a:hover{ transition: all .3s; color: var(--pei-color); }
.footer .f_ewm{ width: 12%; display: flex; align-items: center; justify-content: center; }
.footer .f_ewm > div{ width: 120px; margin: 0 12px; text-align: center; }
.footer .f_ewm > div img{ max-width: 100%; }
.footer .f_ewm > div p{ font-size: 14px; color: #b7b3b3; line-height: 1; margin-top: 12px; }
.footer .bd{ width: 100%; }
.footer .f_copy{ border-top: 1px solid #636060; padding:20px 0; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.footer .f_copy p{ display: inline-flex; align-items: center; }
.footer .f_copy p, .footer .f_copy p a{ font-size: 14px; color: #999999; line-height: 1.4; transition: all .3s; }
.footer .f_copy .gongan{ display: inline-block; padding-left: 24px; background: url(../images/gongan.png) no-repeat left center; }
.footer .f_copy p a:hover{ transition: all .3s; color: var(--pei-color); }
@media only screen and (max-width: 1400px){
  .footer .f_super{ padding:40px 0; }
  .footer .f_super li{ padding:0 15px; }
  .footer .hd{ padding:40px 0; }
  .footer .f_nav li{ align-items: center; }
  .footer .f_contact li:nth-child(2){ margin:15px 0; }
  .footer .f_contact li b{ font-weight: normal; line-height: 1.3; }
}
@media only screen and (max-width: 1200px){
  .footer .f_super{ padding:35px 0; }
  .footer .f_super li .txt b{ font-size: 16px; }
  .footer .hd{ padding:35px 0; flex-wrap: wrap; }
  .footer .f_contact, .footer .f_nav, .footer .f_ewm{ width: 100%; }
  .footer .f_nav{ margin:30px 0; }
  .footer .f_contact{ flex-direction: row; justify-content: center; }
  .footer .f_contact li{ width: 33.3%; padding:10px 15px; flex-direction: column; }
  .footer .f_contact li span{ margin-right: 0; }
  .footer .f_contact li .info{ display: flex; flex-direction: column; align-items: center; width: 100%; }
  .footer .f_contact li b{ margin-top: 0; text-align: center; min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .footer .f_contact li p{ margin:12px 0; }
  .footer .f_contact li:nth-child(2){ margin:0; }
  .footer .f_copy{ flex-direction: column; }
  #lizi canvas{ position: relative; top:-200px; }
}

/* l-banner */
.l-banner{ box-sizing: border-box; height: 390px; text-align: center; position: relative; }
.l-banner img{ width: 100%; height: 100%; object-fit: cover; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* location */
.location{ padding:20px 0; overflow: hidden; width: 100%; background: #f2f2f2; }
.location .inner{ overflow: visible; display: flex; align-items: center; justify-content: space-between; }
.crumbs{ width: 50%; display: flex; align-items: center; font-size: 14px; color: #999999; }
.crumbs i{ font-size: 22px; line-height: 1; margin-right: 12px; }
.crumbs a{ font-size: 14px; color: #999999; transition: all .3s; }
.crumbs a:hover{ transition: all .3s; color: var(--pei-color); }
.l_nav{ width: 50%; display: flex; align-items: center; justify-content: flex-end; }
.l_nav a{ position: relative; transition: all .3s; display: inline-flex; align-items: center; margin:0 12px; }
.l_nav a::before{ content: ""; display: block; width: 0; height: 1px; background: var(--zhu-color); border:0; position: absolute; left:50%; bottom:-24px; transition: all .3s; }
.l_nav a small{ font-size: 14px; color: #666666; line-height: 1; position: relative; top:3px; }
.l_nav a:hover{ transition: all .3s; color: var(--zhu-color); }
.l_nav a:hover small{ transition: all .3s; color: var(--zhu-color); }
.l_nav a:hover::before{ transition: all .3s; left:0; width: 100%; }
@media only screen and (max-width: 1600px){
  .location{ padding:18px 0; }
  .crumbs i{ font-size: 20px; margin-right: 10px; }
  .l_nav a{ margin:0 10px; }
}
@media only screen and (max-width: 1400px){
  .location{ padding:16px 0; }
  .crumbs i{ font-size: 18px; margin-right: 8px; }
  .l_nav a{ margin:0 8px; }
}
@media only screen and (max-width:1200px){
  .location{ padding:14px 0; }
  .crumbs i{ font-size: 16px; margin-right: 6px; }
  .l_nav a{ margin:0 6px; }
}

/* c_company */
#c_company{ overflow: hidden; padding:70px 0; }
#c_company .info{ display: flex; align-items: flex-start; justify-content: space-between; }
#c_company .info b{ line-height: 1; font-size: 48px; font-weight: bold; color: var(--zhu-color); display: flex; width: 380px; align-items: center; padding:50px 0; background: url(../images/ico_logo.png) no-repeat 54px center; }
#c_company .info b span{ margin-left: 12px; font-size: 48px; font-weight: normal; color: var(--pei-color); }
#c_company .info .txt{ width: calc(100% - 400px); font-size: 17px; color: #333333; line-height: 1.8; }
#c_company .info .txt p strong{ font-weight: bold; font-size: 20px; }
#c_company .numbers{ margin-top: 60px; padding-top: 60px; border-top: 1px solid #d2d1d0; display: flex; align-items: center; justify-content: space-between; }
#c_company .numbers li{ width: 25%; position: relative; box-sizing: border-box; padding:0 6%; }
#c_company .numbers li + li::before{ content: ""; display: inline-block; width: 1px; height: 88px; background: url(../images/line.png) no-repeat center; position: absolute; left:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#c_company .numbers li small{ line-height: 1; display: inline-flex; align-items: flex-end; }
#c_company .numbers li small span{ font-size: 72px; font-weight: bold; color: #333333; line-height: 1; }
#c_company .numbers li small i{ display: inline-flex; width: 28px; height: 28px; background: var(--pei-color); border-radius: 50%; font-size: 14px; color: #ffffff; align-items: center; justify-content: center; margin-left: -10px; }
#c_company .numbers li p{ font-size: 18px; color: #666666; line-height: 1; margin-top: 12px; }
@media only screen and (max-width: 1600px){
  #c_company{ padding:50px 0; }
  #c_company .info b{ font-size:44px; color: #c73130; width: 360px; padding:35px 0; background-size: 40%; }
  #c_company .info b span{ margin-left: 10px; font-size:44px; }
  #c_company .info .txt{ width: calc(100% - 380px); font-size: 17px; line-height: 1.7; }
  #c_company .numbers{ margin-top: 40px; padding-top: 40px;  }
  #c_company .numbers li{ padding:0 7%; }
  #c_company .numbers li small span{ font-size: 62px; }
  #c_company .numbers li small i{ width: 24px; height: 24px; background: #c73132; font-size: 14px; margin-left: -10px; }
  #c_company .numbers li p{ font-size: 17px; margin-top: 10px; }
}
@media only screen and (max-width: 1400px){
  #c_company{ padding:30px 0; }
  #c_company .info b{ font-size:40px; color: #c73130; width: 340px; padding:30px 0; background-size: 30%; }
  #c_company .info b span{ margin-left: 8px; font-size:40px; }
  #c_company .info .txt{ width: calc(100% - 360px); font-size: 16px; line-height: 1.6; }
  #c_company .numbers{ margin-top: 30px; padding-top: 30px;  }
  #c_company .numbers li small span{ font-size: 52px; }
  #c_company .numbers li small i{ width: 20px; height: 20px; font-size: 13px; margin-left: -10px; }
  #c_company .numbers li p{ font-size: 16px; margin-top: 10px; }
}
@media only screen and (max-width:1200px){
  #c_company{ padding:25px 0; }
  #c_company .info{ flex-direction: column; }
  #c_company .info b{ font-size:36px; width: 100%; padding:5px 0; margin:0 0 15px; background-size: contain; }
  #c_company .info b span{ margin-left: 8px; font-size:36px; }
  #c_company .info .txt{ width: 100%; font-size: 16px; line-height: 1.6; }
  #c_company .numbers{ margin-top: 25px; padding-top: 25px;  }
  #c_company .numbers li{ padding:0 5%; }
  #c_company .numbers li small span{ font-size: 46px; }
  #c_company .numbers li small i{ width: 18px; height: 18px; font-size: 12px; margin-left: -8px; }
  #c_company .numbers li p{ font-size: 15px; margin-top: 10px; }
}

/* c_factory */
.c_factory{ overflow: hidden; background: var(--zhu-color); position: relative; }
.c_factory .hd{ text-align: center; width:100%; padding:46px 0 34px; }
.c_factory .hd b{ font-size: 42px; color: #ffffff; line-height: 1; font-weight: normal; }
.c_factory .bd{ overflow: hidden; width: 100%; padding-bottom: 40px; }
#factory{ width: 100%; padding-bottom: 70px; }
#factory a{ display: block; background: #fff; padding:12px; position: relative; }
#factory a::after{ content:""; position:absolute; bottom:0; right:0; width:0; height:3px; background:var(--pei-color); -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#factory a:hover::after{ left:0; width:100%; }
#factory a .img{ width: 100%; height: 226px; position: relative; overflow: hidden; }
#factory a .img img{ width: 100%; height:100%; object-fit: cover; transition: all .3s; position: absolute; }
#factory a .info{ margin:22px -5px 0; padding:24px 12px; border-top: 1px solid #e2e1e1; }
#factory a .info b{ font-weight: normal; display: block; font-size: 18px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom: 12px; transition: all .3s; }
#factory a .info p{ display: block; font-size: 14px; color: #999999; line-height: 1.3; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
#factory a:hover img{ transition: all .3s; transform: scale(1.05); }
#factory a:hover b{ transition: all .3s; color: var(--pei-color); }
#factory .swiper-button-next, #factory .swiper-button-prev{ top:auto; bottom:0; width: 74px; height: 38px; display: inline-flex; align-items: center; justify-content: center; background: #cccccc; transition: all .3s; }
#factory .swiper-button-next::after, #factory .swiper-button-prev::after{ display: none; }
#factory .swiper-button-next span, #factory .swiper-button-prev span{ font-size: 20px; line-height: 1; color: #fff; }
#factory .swiper-button-prev span{ position: relative; top:2px; }
#factory .swiper-button-next:hover, #factory .swiper-button-prev:hover{ background: var(--pei-color); transition: all .3s; }
#factory .swiper-button-next{ right: calc(50% - 90px); }
#factory .swiper-button-prev{ left: calc(50% - 90px); }
@media only screen and (max-width: 1400px){
  .m_factory .hd{ padding:40px 0; }
  .m_factory .hd b{ font-size: 40px; }
}
@media only screen and (max-width: 1200px){
  .m_factory .hd{ padding:30px 0; }
  .m_factory .hd b{ font-size: 36px; }
  .m_factory .bd{ padding-bottom:30px; }
}

/* main */
.main{ overflow: hidden; padding:30px 0; }
.main .fl{ width:270px; }
.main .fr{ width:1110px; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* product */
.product{ padding:30px 0; }
.product .inner{ display: flex; align-items: flex-start; justify-content: space-between; }
.product .fl{ width: 270px; }
.product .fr{ width: 1110px; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* g_sider */
.g_sider{ display: block; width: 100%; }
.g_class{ overflow: hidden; }
.g_class .hd{ box-sizing: border-box; padding:20px; background:url(../images/type_bg.jpg) no-repeat center; background-size: cover; display: flex; align-items: flex-start; justify-content: space-between; }
.g_class .hd .tit{ display: inline-flex; flex-direction: column; justify-content: flex-start; }
.g_class .hd .tit b{ font-size: 28px; font-weight: bold; color: #ffffff; line-height: 1; }
.g_class .hd .tit span{ font-size: 16px; color: rgba(255, 255, 255, .37); line-height: 1; margin:16px 0; text-transform: uppercase; }
.g_class .hd .tit hr{ width: 28px; height: 1px; margin:0; background: rgba(255, 255, 255, .37); border:0; }
.g_class .hd span{ font-size: 37px; color: #ffffff; line-height: 1; }
.g_sidemenu{ box-sizing: border-box; border:1px solid #dcdcdc; display: flex; flex-direction: column; }
.g_sidemenu li{ overflow: hidden; }
.g_sidemenu li a{ display: flex; padding:24px 15px; align-items: center; transition: all .3s; }
.g_sidemenu li em{ display: inline-block; width: 18px; height: 18px; background: url(../images/ico_logo_white.png) no-repeat center; margin-right: 16px; opacity: 0; transition: all .3s; }
.g_sidemenu li span{ display: block; width: calc(100% - 60px); font-size: 16px; color: #666666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 1; transition: all .3s; }
.g_sidemenu li i{ font-size: 16px; color: #999999; line-height: 1; transition: all .3s; }
.g_sidemenu li a:hover{ transition: all .3s; background: var(--zhu-color); }
.g_sidemenu li a:hover em{ transition: all .3s; opacity: 1; }
.g_sidemenu li a:hover span{ transition: all .3s; color: #ffffff; }
.g_sidemenu li a:hover i{ transition: all .3s; color: #ffffff; }
.g_contact{ background: var(--zhu-color); padding:25px; display: flex; flex-direction: column; }
.g_contact span{ font-size: 16px; color: #ffffff; line-height: 1; }
.g_contact b{ font-size: 34px; color: #ffffff; font-family: "DIN"; margin:18px 0; line-height: 1; }
.g_contact p{ font-size: 14px; color: #ffffff; line-height: 1.8; }
.g_contact a{ display: inline-block; text-align: center; margin-top: 24px; padding:14px 40px; background: var(--pei-color); font-size: 16px; color: #ffffff; line-height: 1; transition: all .3s; }
.g_contact a:hover{ transition: all .3s; background: #227407; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* product_list */
.product_list{ overflow: hidden; display: flex; flex-wrap: wrap; }
.product_list li{ width: calc(33.3% - 13px); display: flex; align-items: center; justify-content: space-between; margin-right: 20px; margin-bottom: 20px; background: #fff; }
.product_list li:nth-child(3n){ margin-right: 0; }
.product_list li > a{ overflow: hidden; display: flex; flex-direction: column; position: relative; width: 100%; box-sizing: border-box; }
.product_list li > a .img{ border:1px solid #dcdcdc; width: 100%; height:278px; overflow: hidden; box-sizing: border-box; }
.product_list li > a .img img{ width:100%; height: 100%; object-fit: cover; transition: all .3s; }
.product_list li > a b{ display: block; text-align: center; font-size: 16px; color: #333333; line-height: 1; padding:15px; background: #e5e6e6; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.product_list li > a::before{ content: ""; width: 115px; height: 30px; background: url(../images/logo.png) no-repeat center; background-size: 100%; position: absolute; left:12px; top:12px; z-index: 33; }
.product_list li > a .txt{ position: absolute; top: 100%; background: rgba(0, 82, 251, .76); display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; z-index: 34; transition: all .3s; }
.product_list li > a .txt span{ font-size: 40px; color: #ffffff; line-height: 1; }
.product_list li > a .txt small{ display: inline-block; margin-top: 40px; padding:10px 24px; border:1px solid #f5f5f5; font-size: 14px; color: #ffffff; }
.product_list li > a:hover img{ transition: all .3s; transform: scale(1.05); }
.product_list li > a:hover .txt{ transition: all .3s; top:0; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* g_focus */
.g_focus{ overflow: hidden; }
.g_focus .inner{ padding:0 0 30px; display: flex; align-items: center; justify-content: space-between; }
.g_focus .fl, .g_focus .fr{ width: calc(50% - 15px); overflow: hidden; box-sizing: border-box; position: relative; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}


#gfocus{ width:100%; height: 424px; overflow: hidden; }
#gfocus img{ width: 100%; height: 100%; border:1px solid #f1f1f1; box-sizing: border-box; object-fit: cover; }

.g_info{ width:100%; overflow: hidden; }
.g_info > b{ display: flex; align-items: center; padding:15px 0; font-size: 30px; color: #333333; line-height: 1; font-weight: normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.g_info .parm{ padding:15px 0; border-top:1px dashed #e2e2e2; border-bottom:1px dashed #e2e2e2; }
.g_info .parm p{ font-size: 14px; color: #999999; line-height: 1.7; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.g_info .parm p i{ font-size: 14px; color: #333333; font-weight: normal; font-style: normal; }
.g_info .g_service{ margin:20px 0; display: flex; align-items: center; }
.g_info .g_service span{ font-size: 16px; color: #333333; font-weight: bold; }
.g_info .g_service small{ display: inline-flex; align-items: center; justify-content: center; padding:8px 16px; background: var(--pei-color); border-radius: 3px; font-size: 14px; color: #ffffff; line-height: 1; margin:0 4px; }
.g_info .g_tel{ display: flex; align-items: center; }
.g_info .g_tel span{ font-size: 30px; color: var(--zhu-color); line-height: 1; margin-right: 12px; }
.g_info .g_tel small{ font-size: 14px; color: #999999; line-height: 1; margin-right: 6px; }
.g_info .g_tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; font-weight: bold; }
.g_info .btns{ margin: 24px 0; display: flex; align-items: center; }
.g_info .btns a{ display: inline-flex; align-items: center; padding:15px 28px; background: var(--zhu-color); font-size: 16px; color: #ffffff; border-radius: 5px; transition: all .3s; }
.g_info .btns a + a{ margin-left: 30px; background: var(--pei-color); }
.g_info .btns a:hover{ transition: all .3s; background: var(--zhu-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* goods_nav */
.goods_nav{ overflow: hidden; background: #f5f5f5; margin-bottom: 24px; }
.goods_nav .inner{ display: flex; align-items: center; }
.goods_nav a{ font-size: 16px; color: #333333; padding:24px 60px; line-height: 1; transition: all .3s; display: inline-flex; justify-content: center; align-items: center; position: relative; }
.goods_nav a::after{ content: ""; display: block; width: 0; height: 1px; background: var(--zhu-color); border:0; position: absolute; left:50%; bottom:0; transition: all .3s; }
.goods_nav a + a::before{ content: ""; display: inline-block; width: 1px; height: 18px; background: #999999; position: absolute; left:0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.goods_nav a:hover{ transition: all .3s; color: var(--zhu-color); }
.goods_nav a:hover::after{ transition: all .3s; width: 100%; left:0; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* g_content */
.g_content{ overflow: hidden; }
.g_content .inner{ display: flex; align-items: flex-start; justify-content: space-between; }
.g_content .fl{ width: 1110px; }
.g_content .fr{ width: 270px; }
.g_content .fl p{ font-size: 15px; color: #666666; line-height: 1.8; }
.g_content .fl dir{ padding:0; display: flex; align-items: center; justify-content: space-between; }
.g_content .fl dir img{ width: calc(33.3% - 8px); height: 236px; object-fit: cover; }
.g_content .fl ul{ margin:15px 0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.g_content .fl ul li{ display: flex; align-items: center; box-sizing: border-box; padding:30px; width: calc(33.3% - 10.6px); background: #fbfbfc; border:1px solid #e8e8e8; border-radius: 10px; transition: all .3s; }
.g_content .fl ul li p{ display: inline-flex; flex-direction: column; transition: all .3s; }
.g_content .fl ul li p span{ border-radius: 50%; margin-right: 15px; width: 82px; height: 82px; display: inline-flex; align-items: center; justify-content: center; background: #d3e0fa; font-size: 48px; color: var(--zhu-color); transition: all .3s; }
.g_content .fl ul li p em{ margin:0; font-size: 30px; color: #333333; font-weight: bold; line-height: 1; transition: all .3s; }
.g_content .fl ul li p small{ font-size: 16px; color: rgba(0, 0, 0, 0.52); text-transform: uppercase; margin-top: 15px; line-height: 1; transition: all .3s; }
.g_content .fl ul li:hover{ background: var(--zhu-color); border-color: var(--zhu-color); transition: all .3s; }
.g_content .fl ul li:hover em, .g_content .fl ul li:hover small{ transition: all .3s; color: #ffffff; }
.g_content .fl ul li:hover span{ transition: all .3s; transform: rotate(360deg); }

.g_content .fl ol{ margin:15px 0; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.g_content .fl ol li{ display: flex; flex-direction: column; align-items: center; box-sizing: border-box; width: calc(20% - 6.4px); position: relative; }
.g_content .fl ol li p{ width: 100%; display: inline-flex; flex-direction: column; }
.g_content .fl ol li p img{ width: 100%; }
.g_content .fl ol li p em{ transition: all .3s; margin:0; background: var(--zhu-color); padding:8px 24px; line-height: 1; font-size: 16px; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; position: absolute; right:0; top:150px; z-index: 3; }
.g_content .fl ol li:hover p em{ transition: all .3s; top:80px; background: var(--pei-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* goods_infos */
.goods_infos p em{ margin:20px 0; display: flex; align-items: center; }
.goods_infos p em span{ display: inline-flex; width: 45px; height: 45px; background: var(--zhu-color); border-radius: 50%; align-items: center; justify-content: center; font-size: 20px; color: #ffffff; margin-right: 20px; }
.goods_infos p em strong{ font-size: 26px; color: #333333; font-weight: bold; line-height: 1; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* g_case */
#g_case{ overflow: hidden; }
#g_case a{ overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding:30px 20px; border:1px solid #efefef; position: relative; }
#g_case a::before{ content: ""; display: block; width: 0; height: 2px; background: var(--zhu-color); position: absolute; left:0; bottom:0; transition: all .3s; }
#g_case a small{ font-size: 110px; color: #f2f4f8; font-family: "DIN"; line-height: 1; }
#g_case a b{ width: 100%; box-sizing: border-box; padding:0 3px; font-size: 18px; color: #333333; display: block; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top: -40px; font-weight: normal; }
#g_case a .parm{ display: flex; flex-direction: column; margin:24px 0; }
#g_case a p{ font-size: 14px; color: #333333; line-height: 1.7; }
#g_case a p span{ color: #999999; }
#g_case a p i{ display: inline-block; width:12px; height:12px; background: url(../images/ico_i.png) no-repeat center; margin-right: 6px; }
#g_case a .img{ width:100%; padding-bottom: 73%; position: relative; overflow: hidden; }
#g_case a .img img{ width:100%; height: 100%; object-fit: cover; overflow: hidden; position: absolute; transition: all .3s; }
#g_case a:hover img{ transform: scale(1.05); transition: all .3s; }
#g_case a:hover b{ color: var(--zhu-color); transition: all .3s; }
#g_case a:hover::before{ transition: all .3s; width: 100%; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* g_xgcp */
#g_xgcp{ overflow: hidden; }
#g_xgcp .box{ overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; border:1px solid #e5e5e5; background: #edf0f6; position: relative; }
#g_xgcp .box .img{ width:100%; background: #ffffff; padding-bottom: 78%; position: relative; overflow: hidden; }
#g_xgcp .box .img img{ width:100%; height: 100%; object-fit: cover; overflow: hidden; position: absolute; transition: all .3s; }
#g_xgcp .box .txt{ width: 100%; box-sizing: border-box; padding:20px; display: flex; flex-direction: column; }
#g_xgcp .box .txt b{ font-size: 18px; color: #333333; line-height: 1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#g_xgcp .box .txt .btns{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
#g_xgcp .box .txt .btns a{ display: inline-flex; align-items: center; justify-content: center; padding:12px 28px; border:1px solid #bebaba; border-radius: 3px; font-size: 14px; color: #333333; line-height: 1; }
#g_xgcp .box .txt .btns a + a{ color: var(--pei-color); border-color: var(--pei-color); }
#g_xgcp .box:hover img{ transform: scale(1.05); transition: all .3s; }
#g_xgcp .box:hover b{ color: var(--pei-color); transition: all .3s; }
#g_xgcp .box .txt .btns a:hover{ transition: all .3s; background: var(--zhu-color); color: #fff; border-color: var(--zhu-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* case_list */
.case_list{ overflow: hidden; }
.case_list li{ width: calc((100% - 40px) / 3); margin:0 20px 20px 0; display: inline-block; float: left; }
.case_list li:nth-child(3n+0){ margin-right: 0; }
.case_list li a{ display: block; overflow: hidden; box-sizing: border-box; border:1px solid #f1f1f1; position: relative; }
.case_list li a .img{ width: 100%; padding-bottom: 70%; position: relative; overflow: hidden; }
.case_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.case_list li a > b{ position: relative; display: block; padding:15px; text-align: center; background: #eeeeee; font-size: 14px; color: #333; transition: all .3s; }
.case_list li a > b span{ position: relative; }
.case_list li a > b::before{ content: ""; display: block; width: 100%; height: 0; position: absolute; left:0; bottom:0; background: var(--pei-color); transition: all .3s; }
.case_list li a .mask{ display: flex; align-items: center; justify-content: center; flex-direction: column; width:100%; height:100%; position: absolute; top:-100%; left:0; transition: all .4s; background: rgba(0, 82, 251, .7) }
.case_list li a .mask span{ font-size: 36px; color: #fff; }
.case_list li a:hover img{ transition: all .3s; transform: scale(1.05); }
.case_list li a:hover .mask{ transition: all .4s; top:0; }
.case_list li a:hover > b{ transition: all .3s; color: #fff; }
.case_list li a:hover > b::before{ transition: all .3s; height: 100%; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* honor_list */
.honor_list{ overflow: hidden; }
.honor_list li{ width: calc((100% - 30px) / 4); margin:0 10px 10px 0; display: inline-block; float: left; }
.honor_list li:nth-child(4n+0){ margin-right: 0; }
.honor_list li a{ display: block; overflow: hidden; box-sizing: border-box; border:1px solid #f1f1f1; padding:15px; position: relative; }
.honor_list li a .img{ width: 100%; padding-bottom: 75%; position: relative; overflow: hidden; }
.honor_list li a .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s; }
.honor_list li a .info{ display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; left:0; top: 100%; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99ED1C24', endColorstr='#99ED1C24'); background: rgba(0, 0, 0, 0.4); -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;  }
.honor_list li a .info span{ font-size: 24px; color: #fff; margin-bottom: 12px; }
.honor_list li a .info b{ display: inline-block; font-size:16px; color: #fff; padding: 0 15px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-bottom:20px;}
.inter-inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%; }
.inter-inner .line1, .inter-inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; filter: alpha(opacity=0); pointer-events: none; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; transition-delay:0.6s}
.inter-inner .line1 { border-top: 3px solid #fff; border-bottom: 3px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); }
.inter-inner .line2 { border-right: 3px solid #fff; border-left: 3px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); }
.honor_list .inter-inner .line1 { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0,1); transform: scale(0,1); }
.honor_list .inter-inner .line2 { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1,0); transform: scale(1,0); }
.honor_list li:hover .line1,
.honor_list li:hover .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }
.honor_list li:hover .info{ top:0; }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

/* news_list */
.news_list{ overflow: hidden; padding:24px; }
.news_list li{ border-bottom: 1px solid #f1f1f1; position:relative; }
.news_list li:after{position:absolute;content:"";bottom:-1px;height:1px;width:0;left:0;background: var(--zhu-color);transition:1s ease;}
.news_list li a{ transition:0.9s ease; padding: 24px 0; display:flex; align-items:center; justify-content:space-between; }
.news_list li:nth-child(1) a{ padding-top: 0; }
.news_list li .info{ width:700px; display:block; }
.news_list li .info small{ font-size: 12px; color: #888; line-height: 2; }
.news_list li .info b{ display: block; transition: all 0.36s ease; color: #333; font-size: 16px; line-height: 1.8; }
.news_list li .info p{ display: block; transition:0.9s ease; text-indent: -2em; margin:10px 0 0; transition: all 0.36s ease; font-size: 13px; line-height: 2; color: #999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_list li .info span{ display: inline-block; transition:0.9s ease; font-size: 12px; color: #999; margin-top: 14px; padding:10px 0; }
.news_list li .img{ overflow:hidden; border:2px solid #FFF; transition:0.9s ease; }
.news_list li .img img{ transition:0.9s ease; width: 315px; height: 160px; object-fit: cover; transform: scale(1.02); }
.news_list li:hover:after{ width:100%; }
.news_list li:hover .img{ border-color: var(--zhu-color); }
.news_list li:hover .img img{ transform:scale(1); }
.news_list li:hover span{ color:#ffffff; background: var(--zhu-color); padding:10px 24px; }
.news_list li:hover b{ color:var(--zhu-color); }
@media(max-width:1400px){
}
@media(max-width:1200px){
}

.scrollsidebar{ padding-left: 30px; position:fixed; right:0; z-index:999; top:180px; width: 165px; overflow: hidden; transition: all .3s; }
.close_btn{ cursor: pointer; display: inline-block; width: 60px; height: 60px; background: #323335; position: absolute; top:0; left: 0; border-radius: 50%; z-index: 25; }
.show_btn{ cursor: pointer; display: inline-block; width: 60px; height: 60px; background: #323335; position: absolute; top:0; left: 0; border-radius: 50%; z-index: 24; }
.close_btn span, .show_btn span{ display: inline-block; font-size: 18px; color: #fff; margin:20px 0 0 10px; line-height: 1; }
.scrollsidebar .s_center{ position: relative; z-index: 33; width: 150px; background: var(--zhu-color); text-align: center; box-sizing: border-box; padding:12px 16px 36px; }
.scrollsidebar .s_center strong{ font-weight:bold; font-size: 18px; color: #fff; line-height: 1; display: block; margin:12px 0; }
.scrollsidebar .s_center span{ font-size: 12px; color: #fff; text-transform: uppercase; line-height: 1; margin-bottom:12px; display: inline-block; }
.scrollsidebar .s_center .img{ width: 100%; background: #fff; }
.scrollsidebar .s_center .img img{ width: 100%; background: #fff; }
.scrollsidebar .s_center .img p{ line-height: 38px; font-size: 14px; color: #666666; margin:-10px 0 0; }
.scrollsidebar .s_center p{ font-size: 15px; color: #fff; line-height: 1; margin:14px 0; }
.scrollsidebar .s_center b{ font-size: 18px; color: #fff; font-weight: bold; }
.scrollsidebar .s_center a{ display: inline-block; padding:10px 15px; background: var(--pei-color); border-radius: 3px; font-size: 14px; color: #fff; margin-top:14px; transition: all .3s; }
.scrollsidebar .s_center a span{ display: inline-block; line-height: 1; color: #ffffff; font-size: 18px; margin:0 8px 0 0; }
.scrollsidebar .s_center .cd-top{ position: absolute; bottom:0; left: 0; width: 100%; z-index: 33; cursor: pointer; }
.scrollsidebar .s_center a:hover{ transition: all .3s; background: #227407; }

/* article_main */
.article_main{padding:30px 0; }
.article_main .type_box .hd li{ width:20%; }
.article_main .type_box .hd li span{ margin-right: 0; }
.article_content .single{ font-size: 16px; color: #696969; line-height: 1.875;}
.article_content .single p{ font-size: 16px; color: #696969; line-height: 1.875; }
.article_content .single img{ max-width: 100%; margin:12px 0!important }
.article_box{ background: #fff; box-sizing: border-box; padding:0 25px; }
.page_tit{ position: relative; padding: 20px 0; text-align: left; }
.page_tit b{ display: block; font-size: 24px; color: var(--zhu-color); line-height: 1.5; font-weight: bold; }
.page_tit .meta{ font-size: 14px; color: #696969; line-height: 1; padding:20px 0; border-bottom: solid 1px #d1d1d1; padding-bottom: 15px; }
.page_tit .meta span{ display: inline-block; margin-right: 8px; color: #393939; font-size: 20px; }
.prev_next{width:100%; margin:20px 0 0; display: flex; }
.prev_next>div{width:50%;padding:12px 0; font-size: 14px; border: 1px solid #e9e9e9; border-right:0; display: flex;flex-direction: row;align-items: center; justify-content: center; }
.prev_next>div a{ font-size: 14px; color: #999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: block; width: calc(100% - 100px); }
.prev_next>div a:hover{color: var(--zhu-color);}

/* contact_info */
.contact_info{ overflow: hidden; background: #fff; padding:60px 0 0; }
.contact_info .inner > div{ background: #f5f5f5; box-sizing: border-box; padding:42px; }
.contact_info .inner > div + div{ background: #e7ebec; }
.contact_info .fl{ width: 42%; }
.contact_info .fr{ width: 58%; }
.contact_info b{ font-size: 26px; color: var(--zhu-color); font-weight: bold; display: block; line-height: 1; margin-bottom: 24px; }
.contact_info .bg{ height: 560px; margin-top: -360px; background: url(../images/contact_info_bg.jpg) no-repeat top center; background-attachment:fixed; }
.contact_txt > .txt{ overflow: hidden; margin-bottom: 32px; }
.contact_txt > .txt p{ padding: 10px 0; display: flex; align-items: center; justify-content: flex-start; }
.contact_txt > .txt p span{ font-size: 20px; line-height: 1; color: #666666; margin-right: 14px; }
.contact_txt > .txt p small{ display: inline-block; font-size: 16px; line-height: 1; color: #333333; }
.contact_ewm{ overflow: hidden; }
.contact_ewm > div{ max-width: 136px; float: left; }
.contact_ewm > div img{ max-width: 100%; }
.contact_ewm > div p{ font-size: 14px; color: #333333; line-height: 1; margin:12px 0 0; padding:0; text-align: center; justify-content: center; }
.contact_ewm > div + div{ margin-left: 50px; }
@media(max-width:1400px){
  .contact_info{ padding:40px 0 0; }
}
@media(max-width:1200px){
  .contact_info{ padding:30px 0 0; }
}
/* contact_msg */
.contact_msg{ overflow: hidden; }
.contact_msg .contact_input{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.contact_msg .contact_input input{ border:0; width: calc(50% - 17px); height: 51px; box-sizing: border-box; padding:0 25px; border-radius: 5px; background: #ffffff; font-size: 16px; color: #999999; }
.contact_msg textarea{ border:0; margin-bottom: 26px; resize: none; width: 100%; height: 184px; box-sizing: border-box; border-radius: 5px; background: #ffffff; font-size: 16px; color: #999999; padding:20px; line-height: 1.5; }
.contact_msg .contact_code{ display: flex; align-items: center; justify-content: space-between; }
.contact_msg .contact_code img{ width: 160px; height: 51px; object-fit: cover; }
.contact_msg .contact_code input{ border:0; width: 246px; height: 51px; box-sizing: border-box; padding:0 25px; border-radius: 5px; background: #ffffff; font-size: 16px; color: #999999; }
.contact_msg .contact_code .csubmit{ padding:18px 100px; background: var(--zhu-color); border-radius: 5px; line-height: 1; font-size: 16px; color: #ffffff; }
@media(max-width:1400px){
  .contact_msg .contact_code .csubmit{ padding:18px 60px; }
}
@media(max-width:1200px){
  .contact_info .row > div{ padding:30px; }
  .contact_msg .contact_code{ flex-wrap: wrap; }
  .contact_msg .contact_code .csubmit{ width:100%; margin-top: 26px; text-align: center; }
  .contact_txt > .txt p{ align-items: flex-start; }
  .contact_txt > .txt p small{ line-height: 1.5; }
}

/* contact_map */
#dituContent{ width: 100%; margin:0 auto; height: 640px; border:1px solid #cccccc; }





































